html {
	scroll-behavior: smooth;
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

.gap-3 {
	gap: 1rem !important
}

.gap-4 {
	gap: 1.5rem !important
}

.gap-5 {
	gap: 3rem !important
}

/*************************************************/
/* Variables */
/*************************************************/
.trans {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pb-6 {
	padding-bottom: 5rem !important;
}

.box-shadow {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.rounded10 {
	border-radius: 10px !important;
}

.rounded25 {
	border-radius: 25px !important;
}

.rounded30 {
	border-radius: 30px !important;
}

.rounded50 {
	border-radius: 50px !important;
}

.text-white {
	color: #fff !important;
}

.text-gray {
	color: #707070 !important;
}

.text-lightgray {
	color: #707070 !important;
}

.text-color1 {
	color: #136BCF !important;
}

.text-green {
	color: #009422 !important;
}

.bank {
	background: #080808;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 11px;
	border-color: #080808;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-info:hover {
	background: white;
	color: #080808 !important;
	border-color: #080808;
}

.text-red {
	color: #FF2E2E !important;
}

.text-color2 {
	color: #3D3D3D !important;
}

.bg-color1 {
	background: #136BCF !important;
}

.bg-fade-blue {
	background: #136bcf0f !important;
}

.bg-green {
	background: #62BA73 !important;

}

.bg-orange {
	background: #FE781E !important;

}

.bg-fade-gray {
	background: #f3f3f3 !important;
}

.bg-color2 {
	background: #3D3D3D !important;
}

.font-weight-simiBold {
	font-weight: 600 !important;
}

.fz40 {
	font-size: 40px !important;
}

.fz38 {
	font-size: 38px !important;
}

.fz30 {
	font-size: 30px !important;
}

.fz28 {
	font-size: 28px !important;
}

.fz25 {
	font-size: 25px !important;
}

.fz22 {
	font-size: 22px !important;
}

.fz20 {
	font-size: 20px !important;
}

.fz18 {
	font-size: 18px !important;
}

.fz17 {
	font-size: 17px !important;
}

.fz16 {
	font-size: 16px !important;
}

.fz15 {
	font-size: 15px !important;
}

.fz14 {
	font-size: 14px !important;
}

.fz12 {
	font-size: 12px !important;
}

.fz11 {
	font-size: 11px !important;
}

body {
	font-family: 'Readex Pro', sans-serif, tahoma, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #F3F3F3;
	overflow-x: hidden;
}

.center {
	text-align: center !important;
	margin: auto !important;
}

.no-padding {
	padding: 0 !important;
}

a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
	font-family: 'Readex Pro', sans-serif, tahoma, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Readex Pro', sans-serif, tahoma, sans-serif !important;
}

* {
	outline: 0 !important;
}

/*************************************************/
/* Custom */
/*************************************************/
.modal .modal-content {
	background: none !important;
	border: none;
}

.modal .modal-header {
	border-bottom: 0;
}

.modal .modal-header .close {
	color: white;
	box-shadow: none;
	text-shadow: none;
	background: #136BCF;
	opacity: 1;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
}

.modal .modal-body {
	background: none !important;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 1px 10px 13px #150f0f36;
}

.menu-logo {
	background: #FEFEFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.search-header {
	position: relative;
	width: 100%;
}

@media (max-width: 768px) {
	.search-header {
		margin-bottom: 10px;
	}

	.menu-wrapper .col-lg-12.col-md-12.d-md-flex.align-self-center {
		margin-bottom: 10px;
	}

	.droopmenu-toggle {
		left: calc(50% - 25px);
		top: -90px;
	}

	.droopmenu-toggle i:after,
	.droopmenu-toggle i:before {
		background: #136BCF;
	}
}

.search-header .form-control {
	background: #F3F3F3;
	border-radius: 0px;
	box-shadow: none;
	border: none;
	height: 45px;
}

.search-header .search-btn {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background: none;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #136bcf;
	bottom: 0;
	padding-inline: 2em;
}

.search-header .search-btn:hover {
	color: #fff;
	background: #3D3D3D;
}

.language-switcher:before {
	content: '';
	width: 1px;
	height: 25px;
	background: rgba(112, 112, 112, 0.49);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.language-switcher:after {
	content: '';
	width: 1px;
	height: 25px;
	background: rgba(112, 112, 112, 0.49);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.language-switcher,
.currency-switcher {
	position: relative;
}

.language-switcher a,
.currency-switcher a,
.language-switcher span,
.currency-switcher span {
	color: #707070 !important;
	font-weight: 700 !important;
	font-size: 15px !important;
}

.language-switcher a i,
.currency-switcher a i,
.language-switcher span i,
.currency-switcher span i,
.language-switcher a img,
.currency-switcher a img,
.language-switcher span img,
.currency-switcher span img {
	margin-right: 8px;
}

.currency-switcher {
	margin-left: 20px !important;
}

.currency-switcher img {
	width: 35px;
}

.currency-switcher ul li img {
	float: left;
}

.currency-switcher:after {
	content: '';
	width: 1px;
	height: 25px;
	background: rgba(112, 112, 112, 0.49);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.user-nav {
	/* background: hsl(277deg 3% 24% / 13%); */
	/* border-radius: 50%; */
	/* width: 50px; */
	/* height: 50px; */
	text-align: center;
}

.user-nav li {
	text-align: right;
}

.user-nav li a,
.user-nav li span {
	font-size: 15px !important;
}

.droopmenu-extra li i {
	font-size: 18px;
	margin-top: -4px;
}

.no-indicator .droopmenu-indicator {
	display: none !important;
}

/****************************
======== Main Home Slider =========
****************************/
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.carousel-item {
	/*border-radius: 30px;*/
	height: 500px;
	overflow: hidden;
}

.carousel-item img {
	height: 100%;
	min-height: 100%;
	/* object-fit: cover; */
}

.google-maps {
	position: relative;
	padding-bottom: 15%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lazy {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.lazy.loaded {
	opacity: 1;
}

.slick-slide {
	outline: 0 !important;
}

.slick-next {
	left: -25px;
}

.slick-prev {
	right: -35px;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	background: #ffffff;
	border: 1px solid #d9d9d980;
	border-radius: 50%;
	color: #136BCF;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
	outline: 0 !important;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
	background: #3D3D3D;
	color: #136BCF;
}

ul.slick-dots {
	display: block;
	list-style-type: none;
	text-align: center;
	margin-top: 1em;
}

ul.slick-dots li {
	display: inline-block;
}

ul.slick-dots li button {
	width: 22px;
	margin: 3px;
	height: 3px;
	border-radius: 3px;
	background: #3D3D3D;
	border: none;
	text-indent: -9999px;
	outline: 0;
}

ul.slick-dots li.slick-active button {
	background: #136BCF;
}

.common-wrapper {
	padding: 4em 0;
}

.section-title {
	margin-bottom: 2em;
}

.section-title span,
.section-title .main-title {
	font-size: 22px;
	color: #707070;
	font-weight: 700;
	display: inline-block;
	margin: 10px 0;
}

.section-title a {
	color: #136BCF;
	font-size: 16px;
	font-weight: 600;
}

.section-title a:hover {
	color: #3D3D3D;
}

.section-description {
	color: #707070;
	font-size: 18px;
	font-weight: 600;
	width: 50%;
	margin: 1em auto;
}

.head-title {
	color: #136BCF;
	font-size: 30px;
	font-weight: bold;
}

/****************************
======== Brands =========
****************************/
.single-brand {
	background: white;
	border-radius: 16px;
	border-bottom: 4px solid #136bcfdb;
	position: relative;
}

.single-brand img {
	margin: auto;
	width: 100%;
	height: 200px;
	padding: 20px;
	OBJECT-FIT: contain;
}

.single-brand .item-title a {
	/* background: #136BCF; */
	display: block;
	font-size: 20px;
	color: #3d3d3d;
	padding: 5px;
	border-radius: 0 0 13px 13px;
	transition: 0.3s;
	height: 50px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -8px;
	text-align: center;
}

.single-brand:hover .item-title a {
	display: grid;
	place-content: center;
	height: 100%;
	bottom: 0;
	color: #fff;
	border-radius: 13px;
	background: #136bcfdb;
	font-weight: bold;
}

/****************************
======== Features =========
****************************/
.single-feature {
	text-align: center;
	margin-bottom: 30px;
}

.single-feature .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto 20px;
	background: #136BCF;
	display: flex;
	flex-direction: column;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-feature .icon img {
	margin: auto;
	max-width: 50%;
}

.single-feature .feature-title {
	color: #136BCF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.single-feature .feature-description {
	color: #707070;
	font-size: 15px;
	font-weight: 600;
}

.single-feature:hover .icon {
	box-shadow: 0 0 0 10px rgb(19 107 207 / 76%), 0 0 0 20px rgb(19 107 207 / 17%);
}

/****************************
======== Off-Canvas menu =========
****************************/
[data-trigger="#myOffcanvas"] * {
	pointer-events: none !important;
}

.offcanvas-active {
	overflow: hidden;
}

.overlay {
	height: 100%;
	width: 0%;
	z-index: 1100;
	margin-left: -100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(66, 17, 96, 0.5);
	position: absolute;
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100vw;
	visibility: visible;
}

.screen-overlay {
	width: 0%;
	height: 100%;
	z-index: 1100;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #136bcf40;
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.special-sections .carousel-item {
	text-align: center;
	border-radius: 12px;
	padding-bottom: 20px;
}

.special-sections .carousel-item .rate-star {
	color: #d3732e;
	font-size: 16px;
	padding-right: 0;
}



.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}

.review-sidebar-wrapper {
	position: relative;
}

.single-product-page-wrapper {
	/*overflow: hidden;*/
}

.review-section-wrapper {
	/*overflow: hidden;*/
	/*min-height: 500px;*/
}

#reviewPanel {
	box-shadow: -28px 0px 57px -61px black;
	background: #F3F3F3;
	text-align: right;
	padding: 1em 1em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: auto;
	transform: translateX(100%);
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#reviewPanel.show {
	visibility: visible;
	transform: translateX(0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.write-review .form-control {
	border-radius: 11px;
	box-shadow: none;
	padding: 1em;
}

.write-review .form-control:focus {
	box-shadow: inset 0 0 0 1px #136BCF;
}

.offcanvas {
	width: 50%;
	/*visibility: hidden;*/
	transform: translateX(-100%);
	transition: all 0.5s;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 10%;
	left: 0%;
	max-width: 100%;
	height: 80vh;
	z-index: 1200;
	background-color: #F3F3F3;
	overflow: hidden;
	opacity: 0;
}

.offcanvas.show {
	/*visibility: visible;*/
	transform: translateX(-50%);
	left: 50%;
	transition: transform 0.5s;
	opacity: 1;
}

.offcanvas#reviewPanel {
	position: absolute;
	left: auto;
	right: 0;
}

.offcanvas .wrapper {
	position: relative;
}

.offcanvas .wrapper header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 888;
	background: #F3F3F3;
	border-bottom-color: #70707086 !important;
}

.offcanvas .wrapper footer {
	/*position: fixed;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*left: 0;*/
	/*z-index: 888;*/
	background: #FFFFFF;
	box-shadow: 0px -3px 10px #0000000D;
	text-align: center;
	padding: 20px;
}

.offcanvas .wrapper .inner-items {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5rem 0 0;
}

.offcanvas .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
}

.offcanvas .wrapper .inner-items::-webkit-scrollbar {
	width: 5px;
}

.offcanvas .wrapper .inner-items::-webkit-scrollbar-track {
	background: #c8c8c9
}

.offcanvas .wrapper .inner-items::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #136bcf
}

/****************************
======== Aside Cart =========
****************************/
.single-cart-item {
	border-bottom: 1px solid rgba(112, 112, 112, 0.25);
	padding: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-cart-item .item-thumb {
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.single-cart-item .item-thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.single-cart-item .item-info .item-title {
	font-size: 16px;
	color: #707070;
	font-weight: bold;
}

.single-cart-item .item-info .item-title a {
	color: #707070;
}

.single-cart-item .delete-item {
	border: none;
	background: none;
	color: #707070;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-cart-item .delete-item:hover {
	color: #FF2E2E;
}

.single-cart-item .price-per-item {
	color: #707070;
	font-size: 13px;
	font-weight: 600;
	margin: 10px 0;
}

.single-cart-item .total-item-price {
	color: #136BCF;
	font-size: 13px;
	font-weight: 700;
}

.single-cart-item:hover a {
	color: #3D3D3D !important;
}

/****************************
======== Input number =========
****************************/
.item-quantity {
	color: #136BCF;
	font-weight: bold;
	font-size: 14px;
}

.item-quantity span {
	color: #707070;
	margin-left: 10px;
}

.increment-item-quantity {
	border: 1px solid #C4C4C4;
	/*border-radius: 10px;*/
}

.increment-item-quantity input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.increment-item-quantity input::-webkit-outer-spin-button,
.increment-item-quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.increment-item-quantity .input-group {
	clear: both;
	margin: 0;
	position: relative;
	height: 100%;
}

.increment-item-quantity .input-group input[type='button'] {
	min-width: 20px;
	width: auto;
	transition: all 300ms ease;
	border: 0;
	background: none;
}

.increment-item-quantity .input-group .button-minus,
.increment-item-quantity .input-group .button-plus {
	font-weight: bold;
	height: auto;
	align-self: baseline;
	padding: 0;
	width: 25px;
	position: relative;
}

.increment-item-quantity .input-group .quantity-field {
	position: relative;
	/*height: 25px;*/
	left: 0;
	text-align: center;
	width: 32px;
	display: inline-block;
	font-size: 13px;
	margin: 0 0;
	resize: vertical;
	border: 0;
	background: #F3F3F3;
}

.increment-item-quantity .button-plus {
	left: 0;
}

.increment-item-quantity input[type="number"] {
	-moz-appearance: textfield !important;
	-webkit-appearance: none;
}

/****************************
======== Payment methods =========
****************************/
.payment-methods ul {
	height: 40px;
	justify-content: space-evenly;
	display: flex;
	flex-wrap: wrap;
}

.payment-methods ul li {
	height: 100%;
	margin: 10px;
}

.payment-methods ul li img {
	height: 100%;
	width: auto;
}

.radio_selection label {
	margin: 10px 0;
}

.payment-methods-options label {
	font-weight: bold !important;
	cursor: pointer;
}

.payment-methods-options label img {
	height: 20px;
	width: auto;
	margin-right: 10px;
	margin-top: -10px;
}

/****************************
======== Home Sections =========
****************************/
.single-section-item {
	/* background: #136bcf12; */
	/* background: #fff; */
	/* margin-left: 10px; */
	border-radius: 20px;
	text-align: center;
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: 100%;
	/* padding: 10px; */
	min-height: 175px;
	justify-content: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-section-item .item-icon {
	/* width: 70px;
	height: 70px; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
}

.single-section-item .item-icon img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: auto;
	border-radius: 50%;

}

.single-section-item .item-title {
	font-size: 18px;
	margin-top: 1em;
}

.single-section-item .item-title a {
	color: #136bcf;
	display: block;
}

.single-section-item .item-title a:hover {
	color: #fff;
}

.single-section-item:hover {
	background: #136bcf;
}

.single-section-item:hover a {
	color: #fff;
}

/* .single-section-item:hover img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
} */
/****************************
======== Home Promotions =========
****************************/
.promotion-img-side {
	width: 100%;
	height: 350px;
	overflow: hidden;
	border-radius: 30px;
}

.promotion-img-side img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

.promotion-video {
	width: 100%;
	height: 350px;
	overflow: hidden;
	border-radius: 30px;
	position: relative;
}

.promotion-video img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

/* .promotion-video:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(66, 17, 96, 0.51);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
} */
.promotion-video i {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8;
	color: #fff;
	font-size: 50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.promotion-video:hover i {
	transform: translateY(-50%) rotate(360deg);
	color: #136BCF;
}

.single-promotion-img {
	width: 100%;
	border-radius: 30px;
}

.single-special-section {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	height: 350px;
	margin-bottom: 30px;
}

.single-special-section .section-img {
	height: 100%;
	width: 100%;
}

.single-special-section img {
	width: 90%;
	height: 100%;
}

/*.single-special-section:after {*/
/*	content: '';*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: rgba(66, 17, 96, 0.51);*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	left: 0;*/
/*}*/
.single-special-section .section-title {
	position: absolute;
	margin: auto;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	text-align: center;
}

.single-special-section .section-title a {
	color: #fff;
	font-size: 30px;
}

/****************************
======== Home Products =========
****************************/
.add-to-fav.active i:before {
	font-weight: 900;
}

.slick-vertical .slick-track {
	display: block;
}

.slick-track {
	display: flex;
}

.slick-vertical .slick-track {
	display: block;
}

.slick-slide {
	margin: 0 10px;
	height: auto !important;
}

.single-product {
	/*background: #136bcf12;*/
	/*border-radius: 13px;*/
	overflow: hidden;
	position: relative;
	/*padding-top: 2em;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: flex !important;
	flex-direction: column;
	margin-bottom: 30px;
	align-self: stretch;
	width: 100%;
	text-align: center;

	/* padding-top: 200px; */
}

.single-product .add-to-fav {
	/* position: absolute; */
	/* top: 14px; */
	/* left: 14px; */
	width: 35px;
	height: auto;
	background: hsl(0deg 0% 86%);
	color: #136BCF;
	text-align: center;
	border-radius: 4px 0 0 4px;
	margin-right: -2px;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product .add-to-fav a {
	color: #136BCF;
	font-size: 18px;
}

.single-product .add-to-fav a i {
	margin-top: 8px;
}

.single-product .add-to-fav:hover i:before {
	font-weight: 900;
}

.single-product .product-thumbnail {
	margin: 0 auto;
	width: 100%;
	height: 260px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* position: absolute; */
	/* top: 0;
    left: 0;
    right: 0; */
	text-align: center;
	margin-bottom: 10px;

}

.labels {
	position: absolute;
	right: 0;
	bottom: 0;
}

.labels .label {
	border-radius: 4px 0 0 4px;
	color: white;
	font-size: 14px;
	padding: 3px 5px;
	margin-top: 5px;
}

.single-product .product-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

.single-product .product-thumbnail img {
	width: 100%;
	height: 100%;
	/* max-width: 100%; */
	/* max-height: 100%; */
	/* margin: auto; */
	object-fit: cover;
}

.single-product .item-title {
	padding: 5px 15px;
}

.single-product .item-title a {
	color: #3d3d3d;
	/* font-weight: bold; */
}

.single-product .rating {
	padding: 5px 15px;
	text-align: left;
}

.single-product .item-title,
.single-product .rating,
.single-product .item-price {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}

.single-product:hover .item-title,
.single-product:hover .rating,
.single-product:hover .item-price {
	/*opacity: 0;*/
}

.single-product:hover {
	/* box-shadow: 0px 6px 17px 1px #136bcf1f; */
	background-color: white;
}

/* .single-product .product-thumbnail:hover {
    height: 100%;
 
    z-index: 9;
 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
.single-product.added-to-cart .add-to-cart-btn {
	background: #136BCF;
	color: #fff;
}

/* new style */

@media(max-width: 600px) {
	.single-product {
		padding-top: 120px;
	}

	.single-product .product-thumbnail {
		height: 120px;
	}

	.single-product .item-title {
		padding: 0px 15px;
	}

	.single-product .item-title a {
		font-size: 12px;
		font-weight: 400;
	}

	.single-product .item-price {
		margin-bottom: 0;
	}

	.item-price {
		padding: 3px 15px !important;
	}

	.item-price .prices del {
		margin-bottom: 0 !important;
	}

	.item-price .prices span {
		font-size: 12px !important;
	}

	.single-product .rating {
		padding: 0 15px;
		font-size: 12px;
	}
}

.search-categories {
	position: relative;
	margin: 20px 0;
}

.search-categories .form-control {
	border-color: #919191;
	background: #F3F3F3;
	box-shadow: none !important;
}

.add-to-cart-btn {
	/* width: 100%; */
	align-self: center;
	/* margin-bottom: 1em; */
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #136BCF;
	padding: 10px;
	margin-top: auto;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.add-to-cart-btn i {
	margin-right: 15px;
}

.add-to-cart-btn:hover {
	background: #484848 !important;
	color: white !important;
}


.unknown-donation {
	width: 100%;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #3D3D3D;
	text-align: center;
	background: #136BCF;
	padding: 10px;
	margin-top: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.unknown-donation i {
	margin-right: 15px;
}

.unknown-donation:hover {
	background: #484848 !important;
	color: white !important;
}

.item-price {
	padding: 5px 15px;
	margin-bottom: 15px;
}

.item-price .prices del {
	color: #919191;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.item-price .prices span {
	color: #136bcf;
	/* font-size: 16px; */
	/* font-weight: bold; */
}

.item-price .discount {
	font-size: 14px;
	color: #136bcf73;
	/* font-weight: bold; */
	/* background: hsla(0, 100%, 59%, 0.15); */
	/* border-radius: 30px; */
	align-self: flex-end;
	padding: 0px 5px;
	text-decoration: line-through;
}

.item-price .discount:empty {
	display: none;
}

.add-rating {
	display: inline-block;
	position: relative;
}

.add-rating .rating-input {
	display: none;
}

.add-rating:hover .rating-star:hover,
.add-rating:hover .rating-star:hover~.rating-star,
.add-rating .rating-input:checked~.rating-star {
	background-position: 0 0;
}

.add-rating .rating-star,
.add-rating:hover .rating-star {
	cursor: pointer;
	float: right;
	display: block;
	margin-right: 3px;
	width: 37px;
	height: 34px;
	background: url(../images/stars.png) 0 -34px;
}

.rating i {
	color: #dfb127;
}

.rating i.empty {
	color: #9d9d9d;
}

.rating.purple i {
	color: #136BCF;
}

.rating.purple i.empty::before {
	color: #136bcf40;
}

.rating-progress {
	padding: 1em 2em;
}

.overall-rating {
	color: #136BCF;
}

.overall-rating .total-avg {
	font-size: 40px;
	font-weight: bold;
}

.overall-rating .single-progress {
	display: flex;
}

.overall-rating .single-progress .progress {
	width: 70%;
	margin: auto;
	background: none;
	height: 4px;
	flex-direction: row-reverse;
}

.overall-rating .single-progress .progress-bar {
	background: #136BCF;
	border-radius: 10px !important;
}

.overall-rating .single-progress span {
	font-weight: bold;
	font-size: 20px;
	min-width: 50px;
}

.overall-rating .single-progress .step-number {
	float: right;
}

.overall-rating .single-progress .step-rate {
	float: left;
}

.ovh {
	overflow: hidden;
}

.btn-dark {
	background: black;
	color: white;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-dark:hover {
	background: #3D3D3D;
	color: #136BCF;

	box-shadow: inset 0 0 0 1px #3D3D3D;
}

.btn-white {
	background: white;
	color: #3D3D3D;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-white:hover {
	background: none;
	color: white;
	box-shadow: inset 0 0 0 1px white;
}

.btn-white-outlined {
	box-shadow: inset 0 0 0 2px white;
	background: none;
	color: #3D3D3D;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-white-outlined:hover {
	background: white;
	color: #3D3D3D;
}

.btn-color2 {
	background: #3D3D3D;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-color2:hover {
	background: none;
	color: #3D3D3D;
	box-shadow: inset 0 0 0 1px #3D3D3D;
}

.btn-color1 {
	background: #136BCF !important;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-color1:hover {
	background: none !important;
	color: #136BCF;
	box-shadow: inset 0 0 0 1px #136BCF;
}

.btn-color1-outlined {
	box-shadow: inset 0 0 0 1px #136BCF;
	background: none;
	color: #136BCF !important;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-color1-outlined:hover {
	background: #136BCF;
	color: #fff !important;
}

/****************************
======== Products  Filters =========
****************************/
.products-filters {
	background: #fff;
	border-radius: 13px;
	padding: 15px;
	margin-bottom: 30px;
}

.products-filters label {
	color: #919191;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.products-filters .custom-control {
	margin-bottom: 5px;
}

.custom-control-label::before {
	box-shadow: none !important;
	border: #919191 solid 1px !important;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #136BCF;
	background-color: #136BCF;
}

.single-filter {
	margin: 15px 0;
}

/****************************
======== Footer =========
****************************/
footer#Main {
	/* background: #136BCF; */
	font-size: 16px;
	position: relative;
	margin-top: 3rem;
	padding: 4em 0 0;
}

/* footer#Main:before {
	content: "";
	display: block;
	height: 100px;
	background: linear-gradient(to top right, #3D3D3D 0%, #3D3D3D calc(50% - 0.8px), #3D3D3D 50%, #f3f3f3 calc(50% + 0.8px), #f3f3f3 100%);
} */
footer#Main .footer-content {
	background-color: #136BCF;
	border-radius: 16px;
	background-image: url('https://serv5.info/chaker/public/interfacev2/img/shapes.svg');
	background-size: cover;
	border-radius: 16px;
	color: #fff;
	line-height: 2;
	padding: 2em 6em;
}

footer#Main .footer-content a {
	color: #fff;
}

footer#Main .footer-content a:hover {
	color: #fff;
}

footer#Main .footer-logo {
	width: 150px;
}

footer#Main h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

footer#Main .footer-social i {
	width: 30px;
	height: 30px;
	/* border-radius: 50%; */
	border: 1px solid #ffffff36;
	justify-content: center;
	/* padding-top: 3px; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
}

footer#Main .footer-social i:hover {
	background: #3D3D3D;
	color: #136BCF;
}

footer#Main .subscribe-form {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	gap: 5px;
}

footer#Main .subscribe-form .form-control {
	height: 42px;
	border-radius: 4px;
	border: none;
	box-shadow: none;
	background: #ffffff6e;
	/* padding-right: 110px; */
	color: #fff;
}

footer#Main .subscribe-form .form-control:focus {
	background: none;
	box-shadow: inset 0 0 0 1px white;
}

footer#Main .subscribe-form ::placeholder {
	color: #fff;
}

footer#Main .subscribe-form button {
	border-radius: 4px;
	/* width: 100px; */
	/* height: 100%; */
	color: #136BCF;
	background: #fff;
	border: none;
	/* position: absolute; */
	/* right: 0; */
	top: 0;
	font-weight: 700;
	flex-shrink: 0;
	font-size: 12px;
	padding-inline: 1em;
	transition: 0.3s;
}

footer#Main .subscribe-form button:hover {
	background: #3D3D3D;
}

footer#Main .copyrights {
	padding: 15px 0;
	margin-top: 2em;
	/* background: #0e4d95; */
}

footer#Main .copyrights p {
	color: #606060;
	margin: 0;
}

footer#Main .copyrights p a {
	color: #606060;
}

footer#Main .copyrights p a span {
	color: #606060 !important;
}

footer#Main .copyrights p a:hover span {
	color: #136BCF !important;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	background: #3D3D3D;
	color: white;
	font-size: 12px;
	padding: 1em 1.3em;
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.32);
	border-radius: 5px;
	z-index: 999999999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.go-top i {
	color: #fff;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.pagination .page-link {
	background: none;
	border: 1px solid #136bcf;
	color: #000;
	border-radius: 4px !important;
	margin: 4px;
	font-size: 16px;
	height: 30px;
	width: 30px;
	min-width: unset;
	font-weight: bold;
}

.pagination {
	justify-content: center;
}

.pagination .page-link:hover {
	background: #136bcf;
	color: #fff;
}

.pagination .page-item.active .page-link {
	background-color: #136bcf;
	border: 1px solid #fff;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	right: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

.breadcrumb {
	background: none;
}

.breadcrumb li {
	color: #919191;
	font-size: 16px;
	font-weight: 600;
}

.breadcrumb li a {
	color: #919191;
	font-weight: 600;
}

/****************************
======== forms-page-wrapper =========
****************************/
.forms-page-wrapper .form-group {
	margin-bottom: 15px;
}

.forms-page-wrapper .form-group>label {
	display: block;
	margin-bottom: 10px;
}

.forms-page-wrapper label {
	color: #707070;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.forms-page-wrapper .form-control {
	border: none;
	box-shadow: none;
	min-height: 45px;
	border-radius: 10px;
}

.forms-page-wrapper .form-control:focus {
	box-shadow: inset 0 0 0 1px #136BCF;
}

/****************************
======== Single product page =========
****************************/
.single-product-page-wrapper .item-title {
	color: #136BCF;
	font-size: 22px;
	margin: 7px 0;
}

.single-product-page-wrapper .item-title a {
	color: #136BCF;
	display: block;
}

.single-product-page-wrapper .item-title a:hover {
	color: #3D3D3D;
}

.single-product-page-wrapper .item-description {
	color: #707070;
	font-size: 14px;
	margin: 10px 0;
}

.single-product-page-wrapper .slider-nav .item {
	border-radius: 0;
	overflow: hidden;
	border: 1px solid #c9d2dd;
	margin: 5px 0;
	cursor: pointer;

}

.single-product-page-wrapper .slider-nav .slick-current {
	position: relative;
}

.single-product-page-wrapper .slider-nav .slick-current img {
	border: 2px solid #136BCF;
}

.single-product-page-wrapper .slider-nav .slick-current:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #136bcf12;
}

.add-to-fav {
	width: 45px;
	/* height: 35px; */
	background: hsl(0deg 0% 86% / 70%);
	color: #136BCF;
	text-align: center;
	border-radius: 0;
}

.add-to-fav a {
	color: #136BCF;
	font-size: 18px;
}

.add-to-fav a i {
	margin-top: 8px;
}

.add-to-fav:hover i:before {
	font-weight: 900;
}

.availability {
	font-size: 11px;
	font-family: tahoma;
	font-weight: 100;
}

.sizing-options label,
.empty-radio-btn label {
	display: inline-block;
	border-radius: 3px;
	border: solid 1px #919191;
	background: #F2F2F2;
	font-size: 14px;
	color: #919191;
	padding: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.sizing-options input[type="radio"],
.empty-radio-btn input[type="radio"] {
	display: none;
}

.sizing-options input[type="radio"]:checked+label,
.empty-radio-btn input[type="radio"]:checked+label {
	border: solid 1px #136BCF;
	background: #136BCF;
	color: #fff;
}

.white-radios label {
	background: #fff;
	border-radius: 15px;
	font-weight: 600;
}

.coloring-options label {
	width: 25px;
	height: 25px;
	border-radius: 5px;
	margin-left: 6px;
	cursor: pointer;
}

.coloring-options span {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	display: inline-block;
}

.coloring-options input[type="radio"] {
	display: none;
}

.coloring-options input[type="radio"]:checked+label {
	box-shadow: 0 3px 6px 0 #6e6e6e;
}

.badged-title {
	color: #136BCF;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}

.badged-title .badge {
	border-radius: 50%;
	background: #136BCF;
	color: #fff;
	padding: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
}

.radio-content {
	display: none;
	margin-top: 2em;
	padding: 1em;
	border: 1px solid lightgray;
}

.radio-content img {
	max-width: 100%;
}

/****************************
======== Loader =========
****************************/
#loader {
	position: fixed;
	top: calc(50vh - 75px);
	left: calc(50vw - 75px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	background: #136BCFcf;
	z-index: 9999;
	flex-direction: column;
	border-radius: 5px;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

/****************************
======== Sections page =========
****************************/
.sections-page-wrapper .promotion-video {
	height: 300px;
}

.single-best-brand {
	height: 150px;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 30px;
}

.single-best-brand img {
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-best-brand:hover img {
	filter: brightness(0.8);
}

.section-banner {
	border-radius: 30px;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 2em 6em;
	min-height: 200px;
	color: #fff;
	margin: 0 15px;
}

.section-banner.gradient-overlay {
	position: relative;
}

.section-banner.gradient-overlay:before {
	content: '';
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3421160', GradientType=0);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-section-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.banner-section-description {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.product-navs {
	/* padding: 0 30px; */
	/*border-bottom: 1px solid #dfdfdf;*/
}

.product-navs .nav-tabs {
	width: auto;
	display: inline-block;
	border: none !important;
}

.product-navs .nav-tabs li {
	display: inline-block;
	background: none;
	margin: 0 !important;
	border: none !important;
}

.product-navs .nav-tabs li a {
	padding: 25px 25px;
	/*margin: 0 25px;*/
	color: #919191;
	/*font-weight: bold;*/
	border-radius: 0;
	border: none !important;
	background: #e7e7e7;
	color: #136BCF !important;
	box-shadow: inset 0 1px 0 0 #8d8d8d1a;
	text-align: center;
}

.product-navs .nav-tabs li a.active,
.product-navs .nav-tabs li a:hover {
	background: #136bcf !important;
	color: white !important;
}

/*.product-navs .nav-tabs li:hover a {*/
/*	background: none !important;*/
/*	color: #136BCF !important;*/
/*	box-shadow: inset 0 -3px 0 0 #136BCF;*/
/*}*/
.tab-content {
	padding: 2em 0;
}

.single-user-review {
	padding: 10px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.single-user-review:first-child {
	padding-top: 0;
}

.single-user-review .rating i {
	font-size: 12px;
}

.single-user-review .user-review {
	font-size: 14px;
	font-weight: 100;
	margin: 10px 0;
}

.product-specs-list {
	/*margin: 1em 0;*/
}

.product-specs-list li {
	color: #919191;
	font-size: 14px;
	font-weight: 500;
	padding: 5px;
	/* margin: 5px 0; */
	/* border-radius: 8px; */
	/* background: #e7e7e7;*/

}

.product-specs-list li:nth-child(odd) {
	/*background: #ededed;*/
}

.product-specs-list li span {
	width: 30%;
	display: inline-block;
}

.product-gallery-slider {
	position: sticky;
	top: 122px;
}

/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1024px) {
	.offcanvas {
		width: 80%;

	}

	.carousel-item {
		height: 400px;
	}

	.promotion-img-side,
	.promotion-video,
	.single-special-section {
		height: 280px;
	}
}

@media all and (max-width: 768px) {
	.product-navs .nav-tabs li a {
		margin: 0;
	}

	.rating-progress {
		padding: 1em 0;
	}

	.menu-logo {
		position: relative;
	}

	body {
		margin-top: 0 !important;
	}

	.carousel-item {
		height: 250px;
	}

	.promotion-img-side,
	.promotion-video,
	.single-special-section {
		height: 200px;
	}

	.section-description {
		width: 100%;
	}

	.no-indicator .droopmenu-indicator {
		display: inline-block !important;
	}

	.droopmenu-extra .droopmenu li a .droopmenu-indicator {
		position: absolute;
		text-align: center;
		height: 100%;
		width: 100%;
		line-height: 60px;
		z-index: 10;
		right: 0;
		top: 0;
	}

	.droopmenu-extra .droopmenu li a .droopmenu-indicator em {
		opacity: 0;
	}
}

@media all and (max-width: 600px) {
	.offcanvas {
		width: 98%;
		top: 3%;
		height: 95vh;

	}

	ul.shopping-cart {
		transform: translateX(-13%);
	}

	.add-to-cart-btn {
		padding: 8px;
		font-size: 13px;
	}

	.slick-prev,
	.slick-next {
		top: -40px;
		transform: none;
	}

	.slick-next {
		left: 25px;
	}

	.slick-prev {
		left: 60px;
		right: auto;
	}

	.product-gallery-slider {
		margin-bottom: 30px;
	}

	.promotion-img-side,
	.promotion-video,
	.single-special-section {
		height: auto;
		margin-bottom: 20px;
	}

	.carousel-item {
		height: 200px;
	}

	.user-nav {
		width: auto;
		height: auto;
		background: none;
	}

	.user-nav>a {
		color: #fff !important;
	}

	.language-switcher>a,
	.currency-switcher>a,
	.language-switcher span,
	.currency-switcher span {
		color: #fff !important;
	}

	.logo,
	.search-header {
		text-align: center;
		margin-bottom: 10px;
	}

	footer#Main {
		text-align: center;
	}

	.fz48 {
		font-size: 28px !important;
	}

	.w-50 {
		width: 100% !important;
	}

	.wow {
		animation: none;
		visibility: visible !important;
	}
}

#loader {
	display: none;
}

/*# sourceMappingURL=style.css.map */

.social-section .header-title {
	color: #c2a570;
	font-size: 54px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -1px;
}

.social-section .header-p {
	width: 451px;
	font-size: 18px;
	color: #136BCF;
}

.social-section .social-icons {
	padding-right: 0;
}

.social-section .social-icons a {
	color: #136BCF;
	font-size: 20px;
	font-weight: 600;

}

.social-section .social-icons i {
	color: #3D3D3D;
	width: 40px;
	text-align: center;

}

.social-section .social-icons li {
	padding: 10px 0;
	display: inline-block !important;

}

.contact-header .contact-form {
	margin-top: 20px;
	/*width: 356px;*/
	/*height: 483px;*/
	background-color: #fff;
	border-radius: 16px;
	border: none;
	padding: 30px 20px;
}

.contact-form .form-title {
	color: #3D3D3D;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-form .form-control {
	border: none;
	border-radius: 4px;
	background-color: #f5f5f5;
	min-height: 45px;
	transition: 0.3s;
}

.contact-form .form-control:focus {
	border: none;
	box-shadow: inset 0 0 0 2px #3D3D3D;
}

div#carouselExampleFade {
	border-radius: 20px;
	overflow: hidden;
}

li.currency-switcher ul li a,
.language-switcher ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.store-sections.bg-fade-gray .slick-list {
	padding-block: 3rem;
}

.store-sections.bg-fade-gray .slick-next {
	left: 15px;
}

.store-sections.bg-fade-gray .slick-prev {
	right: 15px;
}

.fa-shopping-basket:before {
	content: "\f07a" !important;
}

.fa-user:before {
	content: "\f508" !important;
}

.fa-globe:before {
	content: "\f57d" !important;
}

.rating i.empty::before {
	content: "\f005" !important;
	font-weight: 100;
	color: #dfb126;
}

/*Dropdown*/
.shopping-cart {
	/* margin: 20px 0; */
	/* float: none; */
	/* background: white; */
	width: 320px !important;
	/* right: auto; */
	/* left: 0; */
	/* top: auto; */
	/* bottom: auto; */
	/* position: absolute; */
	/* border-radius: 3px; */
	/* padding: 20px; */
	/* opacity: 0; */
	/* transform: translateY(25px); */
	/* transform-origin: top; */
	/* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
	/* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); */
	/* z-index: 9; */
	/* pointer-events: none; */
}

.shopping-cart .btn {
	margin-top: 20px;
	width: 100%;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.shopping-cart.show {
	opacity: 1;
	transform: translateY(0);
	transform-origin: top;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shopping-cart .shopping-cart-header {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
	float: left;
}

.shopping-cart .shopping-cart-items {
	/* padding-top: 20px; */
	/* margin-left: -20px; */
}

.shopping-cart .cart-single-item {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	/* padding: 10px; */
	align-items: flex-start;
}

.shopping-cart .shopping-cart-items li {
	margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
	/* float: right; */
	/* margin-left: 12px; */
	width: 45px;
	aspect-ratio: 1/1;
	/* height: 70px; */
	object-fit: contain;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.shopping-cart .shopping-cart-items .item-name {
	font-size: 13px;
}

.shopping-cart .shopping-cart-items .item-price {
	color: #136BCF;
	margin: 0;
	padding: 0;
}

.shopping-cart .shopping-cart-items .item-quantity {
	color: #707070;
}

.cart-icon {
	color: #136BCF;
	font-size: 24px;
	margin-left: 7px;
	float: right;
}

.shopping-cart .delete-item {
	background: none;
	border: 0;
}

.shopping-cart .delete-item:hover i {
	color: red;
}

.shopping-cart .delete-item i {
	font-size: 14px;
}

.cart-totals {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 10px;
}

.cart-totals p {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	/* width: 100%; */
}

.cart-totals span {
	/* display: inline-block; */

	/* margin-left: 20px; */
	font-weight: bold;
}

button#fast-order-btn {
	margin-top: 0 !important;
}

.slick-vertical img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.slider-for img {
	margin: auto;
	object-fit: cover;
	height: 100%;
}

.slick-vertical .slick-prev {
	top: 0;
	right: 50%;
	transform: translate(50%, -20px) rotate(-90deg);
	background: none;
}

.slick-vertical .slick-next {
	top: 100%;
	right: 50%;
	transform: translate(50%, -4px) rotate(270deg);
	background: none;
}

.related-products .single-product {
	background: white;
}

/* _grid.scss:34 */
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.collapse-items {
	margin-top: 2em;
}

.collapse-items a {
	display: flex;
	background: white;
	border: 0;
	color: black;
	font-weight: 500;
	padding: 1em 0;



}

.collapse-items .btn-primary:hover,
.collapse-items .btn-primary:visited,
.collapse-items .btn-primary:active,
.collapse-items .btn-primary:focus {
	background: white !important;
	color: #136BCF !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.collapse-items .btn-primary {
	justify-content: space-between;
}

.collapse-items .btn-primary::after {
	content: '\f068';
	font-family: 'FONT AWESOME 5 PRO';
	font-weight: 600;
}

.collapse-items .btn-primary.collapsed::after {
	content: '\f067';
	font-family: 'FONT AWESOME 5 PRO';
	font-weight: 600;
}

.user-comments-wrapper {
	margin-top: 4em;
	border-top: 1px solid #e3e3e3;
	padding-top: 3em;
}

/* for blogs in home */
.single-blog-image-container {
	background-color: #fff;
	padding-bottom: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #0000002e;
	margin-bottom: 25px;
	cursor: pointer;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
}

.blogs-img-container {
	overflow: hidden;
}

.single-blog-image-container:hover {
	transform: translateY(-25px);
	transition: 0.5s;
}

.single-blog-image-container:hover img {
	transform: scale(1.2) rotate(5deg);
	transition: 0.5s;
}

.single-blog-image-container img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	transition: 0.5s;
	height: 230px;
}

.single-blog-image-container h4 {
	margin-top: 20px;
	color: #b6153d;
	font-weight: bold;
	text-align: center;
}

.single-blog-image-container p {
	padding: 5px 15px;
	line-height: 1.7;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single-blog-image-container a {
	font-weight: bold;
	padding: 0 20px;
	color: #b6153d;
}

.single-blog-image-container a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* End for blogs in home */
